ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BasePlotView<TOwnerView,TDefinition,TPlotDataModel,TPointView> Class / _selectionAdorners Method

In This Topic
    _selectionAdorners Method (_BasePlotView<TOwnerView,TDefinition,TPlotDataModel,TPointView>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function _selectionAdorners() As List(Of IAdorner)
    public virtual List<IAdorner> _selectionAdorners()
    See Also